home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Business / Time & Date Stuff / Week At A Glance / background_3422.txt < prev    next >
Encoding:
Text File  |  1988-04-19  |  1.2 KB  |  58 lines

  1. -- background: 3422 from stack: in
  2. -- bmap block id: 4713
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2002
  11. -- rect: left=2 top=2 right=26 bottom=510
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: dayName
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 00
  24. -- high flags: 2007
  25. -- rect: left=2 top=25 right=320 bottom=510
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 9
  31. -- style flags: 0
  32. -- line height: 12
  33. -- part name: dayText
  34. ----- HyperTalk script -----
  35. on closeField
  36.   put field dayText into field (first item of field dayName & "text") of recent card
  37. end closeField
  38.  
  39.  
  40.  
  41. -- part 3 (button)
  42. -- low flags: 00
  43. -- high flags: 0000
  44. -- rect: left=489 top=323 right=339 bottom=509
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 6720 / 6720
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: 
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   pop card
  56. end mouseUp
  57.  
  58.